home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10024 < prev    next >
Text File  |  2001-10-26  |  1KB  |  46 lines

  1. dialog(name: '$$$/Prefs/Color', margin_height: 0, margin_width: 0)
  2. {
  3.     view(dheight: 400, dwidth: gPrefsPanelWidth, align_children: align_left)
  4.     {
  5.         view(align_children:align_row)
  6.         {
  7.             static_text(name: '$$$/Prefs/Color/Settings');
  8.             popup(item_id: 'csfs', width: max_char_width() * 15);
  9.         }
  10.  
  11.  
  12.         cluster(name: '$$$/Prefs/Color/WorkingSpace', dwidth: gPrefsPanelWidth, align_children: align_left)
  13.         {
  14.             view(align_children:align_right)
  15.             {
  16.                 view(align_children: align_row)
  17.                 {
  18.                     static_text(name: '$$$/Prefs/Color/WorkingSpace/WorkingRGB');
  19.                     popup(item_id: 'rgbs', width: max_char_width() * 15);
  20.                 }
  21.                 view(align_children: align_row)
  22.                 {
  23.                     static_text(name: '$$$/Prefs/Color/WorkingSpace/WorkingCMYK');
  24.                     popup(item_id: 'cmyk', width: max_char_width() * 15);
  25.                 }
  26.                 view(align_children: align_row)
  27.                 {
  28.                     static_text(name: '$$$/Prefs/Color/WorkingSpace/WorkingGray');
  29.                     popup(item_id: 'gray', width: max_char_width() * 15);
  30.                 }
  31.             }
  32.         }
  33.         
  34.         cluster(name: '$$$/Prefs/Color/CMM', dwidth: gPrefsPanelWidth, align_children: align_left)
  35.         {
  36.             view(align_children: align_row)
  37.             {
  38.                 static_text(name: '$$$/Prefs/Color/CMM/ColorManager');
  39.                 popup(item_id: 'ColM', width: max_char_width() * 11);
  40.             }
  41.     
  42.             check_box(item_id: 'blcm', name:'$$$/Prefs/Color/CMM/BPC');
  43.         }
  44.     }
  45. }
  46.